The nodeID parameter to the QTVRGoToNodeID function specifies the ID of a node. The QuickTime VR Manager defines these constants for specific nodes:
enum {
kQTVRCurrentNode = 0,
kQTVRPreviousNode = 0x80000000,
kQTVRDefaultNode = 0x80000001
};
| Previous | Chapter Contents | Chapter Top | Next |